Skip to main content
Skip to main content

HumanGraphicsComponentState

HumanGraphicsComponentState

Functions

new

Description

Creating manager

Definition

new()

Arguments

anycustomMt

Return Values

anyinstanceinstance of object

Code

function HumanGraphicsComponentState.new(customMt)
local self = setmetatable( { } , customMt or HumanGraphicsComponentState _mt)

self:setDefault()

return self
end