C# Class VSViewer.Common.Transform

Inheritance: INotifyPropertyChanged, IEnumerable
Exibir arquivo Open project: MercurialForge/VSViewer Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetChild() public method

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 .
return Transform

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetHashCode() public method

public GetHashCode ( ) : int
return int

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

Rotate() public method

public Rotate ( System.Vector3 axis, float angleInDegrees ) : void
axis System.Vector3
angleInDegrees float
return void

ToString() public method

public ToString ( ) : string
return string

Transform() public method

public Transform ( ) : System
return System