Difference between revisions of "User:Glyph"
From Kerbal Space Program Wiki
Line 7: | Line 7: | ||
|name=SetPosition | |name=SetPosition | ||
|args={{arg|Vector3|position}} | |args={{arg|Vector3|position}} | ||
+ | |desc=Sets the worldspace position of this vessel, and all its parts | ||
+ | }} | ||
+ | {{Method | ||
+ | |returntype=void | ||
+ | |returndesc= | ||
+ | |name=SetPosition | ||
+ | |args={{arg|Vector3|position|float|foo}} | ||
|desc=Sets the worldspace position of this vessel, and all its parts | |desc=Sets the worldspace position of this vessel, and all its parts | ||
}} | }} | ||
{{MethodsEnd}} | {{MethodsEnd}} |
Revision as of 01:38, 12 October 2015
Methods
The following are methods included in Glyph.
Signature | Description |
---|---|
void SetPosition(Vector3 position) | Sets the worldspace position of this vessel, and all its parts |
void SetPosition(Vector3 position) | Sets the worldspace position of this vessel, and all its parts |