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