7 [Script(ScriptRole.ClientOwner)]
35 void OnTriggerEnter (Collider other)
37 if (other.CompareTag(
"Avatar"))
43 if (UseDefaultSceneColor)
49 if (ChangeTargetOffset)
53 if (UseDefaultTargetOffset)
Add to a GameObject with a trigger collider to dynamically change various settings on the cameraman...
bool ChangeSceneColor
Whether or not this affector changes the scene color.
Vector3 CameramanOffset
The desired offset from this object to the cameraman.
Color DefaultSceneColor
The default scene color, set at startup to the background color of the camera.
static bool IsLocal(GameObject go)
Gets whether or not the given object is owned by the local peer.
bool UseDefaultSceneColor
If this affector changes the scene color, setting this true will cause the affector to use the defaul...
Color DesiredSceneColor
The desired fog and background color of the scene. The camera will always try to correct to this desi...
Vector3 DefaultTargetOffset
The default desired offset from the target object to follow.
Camera target class which marks this object to be followed by the cameraman.
bool UseDefaultTargetOffset
If this affector changes the target offset color, setting this true will cause the affector to use th...
Vector3 DesiredTargetOffset
The offset this affector should change the scene to. Ignored if UseDefaultTargetOffset is true...
bool ChangeTargetOffset
Whether or not this affector changes the target offset.
Color DesiredSceneColor
The color this affector should change the scene to. Ignored if UseDefaultSceneColor is true...
Standard cameraman for the game.
This class server two main functions: 1) As a MonoBehaviour, it allows for network synchronization of...