Class ColliderOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.Map
Assembly:cs.temp.dll.dll
Syntax
[Serializable]
public class ColliderOptions : ModifierProperties, ISubLayerColliderOptions
Fields
colliderType
Declaration
public ColliderType colliderType
Field Value
Type | Description |
---|---|
ColliderType |
Properties
ModifierType
Declaration
public override Type ModifierType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Overrides
Methods
SetFeatureCollider(ColliderType)
Enable/Disable feature colliders and sets the type of colliders to use.
Declaration
public virtual void SetFeatureCollider(ColliderType colType)
Parameters
Type | Name | Description |
---|---|---|
ColliderType | colType |