OptionalsourceTexture/video the projector samples (Projector.source).
OptionalshapeFrustum shape (Projector.shape).
OptionalfovVertical field of view in degrees (Projector.fovY).
OptionalfocalPhysical focal length in mm (Projector.focalLength).
OptionalsensorSensor height in mm (Projector.sensorHeight).
OptionalaspectImage aspect ratio (Projector.aspect).
OptionalorthoOrtho frustum width (Projector.orthoWidth).
OptionalorthoOrtho frustum height (Projector.orthoHeight).
OptionalnearNear plane (Projector.near).
OptionalfarFar plane (Projector.far).
OptionaltintLinear RGB tint (Projector.tint). Adopted by reference.
OptionalopacityOverall strength in [0,1] (Projector.opacity).
OptionalblendBlend mode (Projector.blend).
OptionallitComposite before lighting as a lit surface (Projector.lit).
OptionalcropSource crop sub-rectangle (Projector.crop). Adopted by reference.
OptionaledgeFrustum-edge falloff fraction (Projector.edgeFalloff).
OptionalprogramCustom projection program id (Projector.programId).
Construction options for Projector. Every field is optional and maps to the like-named property; omitted fields keep the property default. Vec/object fields are adopted by reference.