C# Class PropertyHelper

Afficher le fichier Open project: dggriffin/Rain-Rain-Ritual Class Usage Examples

Méthodes publiques

Свойство Type Description
mine UnityEditor.SerializedProperty
show bool

Méthodes publiques

Méthode Description
CheckSame ( ) : IEnumerable
Draw ( float width ) : void
GetProperty ( bool isMine ) : UnityEditor.SerializedProperty
PropertyHelper ( ComponentHelper, parent, UnityEditor.SerializedProperty mine, UnityEditor.SerializedProperty theirs ) : System

Private Methods

Méthode Description
DrawProperty ( bool isMine, float width ) : void

Method Details

CheckSame() public méthode

public CheckSame ( ) : IEnumerable
Résultat IEnumerable

Draw() public méthode

public Draw ( float width ) : void
width float
Résultat void

GetProperty() public méthode

public GetProperty ( bool isMine ) : UnityEditor.SerializedProperty
isMine bool
Résultat UnityEditor.SerializedProperty

PropertyHelper() public méthode

public PropertyHelper ( ComponentHelper, parent, UnityEditor.SerializedProperty mine, UnityEditor.SerializedProperty theirs ) : System
parent ComponentHelper,
mine UnityEditor.SerializedProperty
theirs UnityEditor.SerializedProperty
Résultat System

Property Details

mine public_oe property

public SerializedProperty,UnityEditor mine
Résultat UnityEditor.SerializedProperty

show public_oe property

public bool show
Résultat bool