struct CollisionRules.Pair
in global :: Sandbox . Physics
A pair of case- and order-insensitive tags, used as a key to look up a .
public string Left { get; }
First of the two tags.
public string Right { get; }
Second of the two tags.
public CollisionRules.Pair( string left, string right )
Initializes from a pair of tags.
public bool Contains( string tag )
Returns true if either or matches the given tag.
public bool Equals( CollisionRules.Pair other )
🤡 Doc inheritance is not yet supported.
No summary.
public bool Equals( object obj )
🤡 Doc inheritance is not yet supported.
No summary.
public static CollisionRules.Pair op_Implicit( ValueTuple<string,string> tuple )
😔 No documentation found.
public IEnumerator<string> GetEnumerator( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.