Method | Description | |
---|---|---|
CyclesObjectTransform ( uint id, ccl.Transform t ) : System |
Constructor
|
|
Equals ( object obj ) : bool |
Two instances are considered equal when their Ids match.
|
|
GetHashCode ( ) : int |
Hash code for this instance
|
|
ToString ( ) : string |
Textual representation of instances
|
public CyclesObjectTransform ( uint id, ccl.Transform t ) : System | ||
id | uint | Id of object |
t | ccl.Transform | Transform |
return | System |