Property | Type | Description | |
---|---|---|---|
ElementCameraSaves | List |
Method | Description | |
---|---|---|
Load ( string fileName ) : |
||
Save ( string fileName ) : void | ||
SetCameraToSavedValues ( IElement element, |
Sets the argument Camera to the saved Camera values associated with the argument IElement, or does nothing if there is not an entry for the IElement.
|
|
SetElementCameraSave ( IElement element, |
||
this ( string elementName ) : |
public static Load ( string fileName ) : |
||
fileName | string | |
return |
public SetCameraToSavedValues ( IElement element, |
||
element | IElement | The element to use as the key when searching for Camera values. |
camera | The camera to assign. | |
return | bool |
public SetElementCameraSave ( IElement element, |
||
element | IElement | |
camera | ||
return | void |
public this ( string elementName ) : |
||
elementName | string | |
return |