struct Component.IPressable.Event
Describes who pressed it.
public Component Source { get; set; }
😔 No documentation found.
public Nullable<Ray> Ray { get; set; }
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public static bool op_Inequality( Component.IPressable.Event left, Component.IPressable.Event right )
😔 No documentation found.
public static bool op_Equality( Component.IPressable.Event left, Component.IPressable.Event right )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public bool Equals( Component.IPressable.Event other )
😔 No documentation found.
public void Deconstruct( ref Component Source, ref Nullable<Ray> Ray )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public Component.IPressable.Event( Component Source, Nullable<Ray> Ray = null )
😔 No documentation found.