C# Class GILES.pb_Gizmo

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: procore3d/giles Class Usage Examples

Méthodes publiques

Свойство Type Description
icon UnityEngine.Material
isSelected bool

Protected Properties

Свойство Type Description
cam UnityEngine.Transform
trs UnityEngine.Transform

Private Properties

Свойство Type Description
Awake void

Méthodes publiques

Méthode Description
CanEditType ( Type t ) : bool
OnComponentModified ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Awake ( ) : void

Method Details

CanEditType() public méthode

public CanEditType ( Type t ) : bool
t System.Type
Résultat bool

OnComponentModified() public méthode

public OnComponentModified ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

cam protected_oe property

protected Transform,UnityEngine cam
Résultat UnityEngine.Transform

icon public_oe property

public Material,UnityEngine icon
Résultat UnityEngine.Material

isSelected public_oe property

public bool isSelected
Résultat bool

trs protected_oe property

protected Transform,UnityEngine trs
Résultat UnityEngine.Transform