|
|
|
|
|
|
[SerializeField, Obsolete("Kept only for compatibility. Use m_Shape instead")] |
|
|
|
bool m_SphereInfiniteProjection = false; |
|
|
|
|
|
|
|
/// <summary>The shape of the proxy</summary>
|
|
|
|
/// <summary>The size of the proxy if it as a shape Box</summary>
|
|
|
|
/// <summary>The radius of the proxy if it as a shape Sphere</summary>
|
|
|
|
public float sphereRadius { get { return m_SphereRadius; } set { m_SphereRadius = value; } } |
|
|
|
|
|
|
|
|
|
|
|