Class PlacementOverride
Inheritance
PlacementOverride
Syntax
public class PlacementOverride : MonoBehaviour
Properties
axisOverride
Declaration
public AxisEnum axisOverride { get; }
Property Value
axisOverrideVector
If there is an axis override, then this will contain that value, otherwise it will be null
Declaration
public Vector3 axisOverrideVector { get; }
Property Value
orientToSurfaceOverride
If not set to None, objects placed on this target will always use the specified setting for orienting to the surface
Declaration
public bool orientToSurfaceOverride { get; }
Property Value
snapToPivotOverride
If not set to None, objects placed on this target will always use the specified setting for snapping to the pivot
Declaration
public bool snapToPivotOverride { get; }
Property Value
useAxisOverride
Declaration
public bool useAxisOverride { get; }
Property Value
useOrientToSurfaceOverride
Declaration
public bool useOrientToSurfaceOverride { get; }
Property Value
useSnapToPivotOverride
Declaration
public bool useSnapToPivotOverride { get; }
Property Value