C# Class B9PartSwitch.TransformInfo

Datei anzeigen Open project: blowfishpro/B9PartSwitch

Public Properties

Property Type Description
collider UnityEngine.Collider
gameObject UnityEngine.GameObject
transform UnityEngine.Transform

Public Methods

Method Description
Disable ( ) : void
Enable ( ) : void
TransformInfo ( Transform t ) : System

Method Details

Disable() public method

public Disable ( ) : void
return void

Enable() public method

public Enable ( ) : void
return void

TransformInfo() public method

public TransformInfo ( Transform t ) : System
t UnityEngine.Transform
return System

Property Details

collider public_oe property

public Collider,UnityEngine collider
return UnityEngine.Collider

gameObject public_oe property

public GameObject,UnityEngine gameObject
return UnityEngine.GameObject

transform public_oe property

public Transform,UnityEngine transform
return UnityEngine.Transform