Click or drag to resize
MyEntityRefreshModels Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Game.Entity.MyEntity.RefreshModels(System.String,System.String)"]

Namespace: VRage.Game.Entity
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public void RefreshModels(
	string model,
	string modelCollision
)

Parameters

model
Type: SystemString

[Missing <param name="model"/> documentation for "M:VRage.Game.Entity.MyEntity.RefreshModels(System.String,System.String)"]

modelCollision
Type: SystemString

[Missing <param name="modelCollision"/> documentation for "M:VRage.Game.Entity.MyEntity.RefreshModels(System.String,System.String)"]

See Also