C# Class VSViewer.Common.Transform

Inheritance: INotifyPropertyChanged, IEnumerable
Afficher le fichier Open project: MercurialForge/VSViewer Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object o ) : bool
GetChild ( int index ) : Transform

Returns a child transform by the specified index. Throws ArgumentOutOfRangeException if an invalid child index is specified.

GetEnumerator ( ) : IEnumerator
GetHashCode ( ) : int
Rotate ( System.Vector3 axis, float angleInDegrees ) : void
ToString ( ) : string
Transform ( ) : System

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Method Details

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetChild() public méthode

Returns a child transform by the specified index. Throws ArgumentOutOfRangeException if an invalid child index is specified.
public GetChild ( int index ) : Transform
index int Index of the child to return. Get total child count via .
Résultat Transform

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Rotate() public méthode

public Rotate ( System.Vector3 axis, float angleInDegrees ) : void
axis System.Vector3
angleInDegrees float
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Transform() public méthode

public Transform ( ) : System
Résultat System