Show / Hide Table of Contents

Class MyAnimationControllerComponentLoadFromDef

Inheritance
System.Object
MyAnimationControllerComponentLoadFromDef
Namespace: VRage.Game.Components
Assembly: VRage.Game.dll
Syntax
public static class MyAnimationControllerComponentLoadFromDef : Object

Methods

InitFromDefinition(MyAnimationControllerComponent, MyAnimationControllerDefinition, Boolean)

Declaration
public static bool InitFromDefinition(this MyAnimationControllerComponent thisController, MyAnimationControllerDefinition animControllerDefinition, bool forceReloadMwm = false)
Parameters
Type Name Description
MyAnimationControllerComponent thisController
VRage.Game.Definitions.Animation.MyAnimationControllerDefinition animControllerDefinition
System.Boolean forceReloadMwm
Returns
Type Description
System.Boolean
☀
☾
In This Article
  • Methods
    • InitFromDefinition(MyAnimationControllerComponent, MyAnimationControllerDefinition, Boolean)
Back to top
Generated by DocFX
☀
☾