[Missing <summary> documentation for "M:Bespoke.Games.Framework.Actor.Create(System.String,Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single,System.Single)"]
Assembly: Bespoke.Games.Framework (in Bespoke.Games.Framework.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
| C# |
|---|
public static Actor Create( string modelName, Vector3 position, Vector3 orientation, float scale, float mass ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Create ( _ modelName As String, _ position As Vector3, _ orientation As Vector3, _ scale As Single, _ mass As Single _ ) As Actor |
| Visual C++ |
|---|
public: static Actor^ Create( String^ modelName, Vector3 position, Vector3 orientation, float scale, float mass ) |
Parameters
- modelName
- Type: System..::.String
[Missing <param name="modelName"/> documentation for "M:Bespoke.Games.Framework.Actor.Create(System.String,Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single,System.Single)"]
- position
- Type: Vector3
[Missing <param name="position"/> documentation for "M:Bespoke.Games.Framework.Actor.Create(System.String,Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single,System.Single)"]
- orientation
- Type: Vector3
[Missing <param name="orientation"/> documentation for "M:Bespoke.Games.Framework.Actor.Create(System.String,Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single,System.Single)"]
- scale
- Type: System..::.Single
[Missing <param name="scale"/> documentation for "M:Bespoke.Games.Framework.Actor.Create(System.String,Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single,System.Single)"]
- mass
- Type: System..::.Single
[Missing <param name="mass"/> documentation for "M:Bespoke.Games.Framework.Actor.Create(System.String,Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single,System.Single)"]
Return Value
[Missing <returns> documentation for "M:Bespoke.Games.Framework.Actor.Create(System.String,Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single,System.Single)"]