struct ComponentFlags

in global :: Sandbox

😔 No documentation found.


public static ComponentFlags Hidden

Hide this component in component inspector

public static ComponentFlags NotSaved

Don't save this component to disk

public static ComponentFlags Error

There's something wrong with this

public static ComponentFlags Loading

Loading something

public static ComponentFlags Deserializing

Is in the process of deserializing

public static ComponentFlags NotEditable

Cannot be edited in the component inspector

public static ComponentFlags NotNetworked

Keep local - don't network this component as part of the scene snapshot

public static ComponentFlags Refreshing

In the process of refreshing from the network

public static ComponentFlags NotCloned

Don't serialize this component when cloning

public static ComponentFlags None

😔 No documentation found.

public int value__

😔 No documentation found.

public TypeCode GetTypeCode( )

😔 No documentation found.

public string ToString( string format, IFormatProvider provider )

😔 No documentation found.

public string ToString( IFormatProvider provider )

😔 No documentation found.

public string ToString( string format )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public int CompareTo( object target )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public bool HasFlag( Enum flag )

😔 No documentation found.